.head{
	height: 100px;
	line-height: 100px;
	background: #fff;
	width: 100%;
}
.head-logo{
	margin-left: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.head-logo p{
	margin-left: 30px;
	font-size: 16px;
	display: inline-block;
	line-height: 25px;
	color: #333;
}
.head-logo p span{
	color: #203375;
}
.head-nav{
	margin-left: 200px;
}
.head-nav li{
	float: left;
}
.head-nav li a{
	color: #666;
	font-size: 16px;
	padding: 0 30px;
}
.head-nav li.active a,
.head-nav li:hover a{
	color: #203375;
}
.head-tel{
	height: 100%;
	background: #203375 url(../img/icon-tel.png) no-repeat 20px center;
	width: 220px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 60px;
	font-size: 18px;
}
.head-search{
	width: 85px;
	height: 100%;
	background:#203375 url(../img/head-search.png) no-repeat center;
	position: relative;
	display: none;
}
.search-box {
	position: absolute;
	right: 0%;
	top: 100px;
	width: 260px;
	padding: 0px 0;
	z-index: 999;
	opacity: 0;
	text-align: left;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	visibility: hidden;
	transform: translateY(10px);
	transition: .5s;
}
.search-box .searchi_a {
	font-family: 微软雅黑;
	color: rgb(102, 102, 102);
	line-height: 36px;
	font-size: 14px;
	width: 72%;
	padding: 0px 12.3px;
	outline: none;
	float: left;
}
.search-box .searchi_s {
	font-family: 微软雅黑;
	height: 36px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 14px;
	padding: 0px 10px;
	opacity: 0.8;
	background: #203375;
	outline: none;
	transition: 0.3s;
}
.head-search:hover .search-box{
	opacity: 1;
	visibility: visible;
	transform:translateY(0);
}
.inb-page{
	position: absolute;
	top: calc(50% - 25px);
	z-index: 2;
	width: 40px;
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, .2);
	cursor: pointer;
	font-family: serif, "宋体";
	transition: .3s;
}
.index-banner .inb-page:hover{
	background: rgba(255, 255, 255, 0.3);
}
.index-banner .prev{
	left: 100px;
}
.index-banner .next{
	right: 100px;
}
.pro-del-yycp-slide .inb-page:hover{
	background: #203375;
}
.pro-del-yycp-slide .prev{
	left: -50px;
}
.pro-del-yycp-slide .next{
	right: -50px;
}
.pro-del-yycp-slide .tempWrap{
	width: 1400px !important;
}
.index-banner-slide{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inb-page.prev:before, .inb-page.next:before {
	font-size: 24px;
	color: #fff;
	display: block;
	text-align: center;
}
.inb-page.prev:before {
	content: "<";
}
.inb-page.next:before {
	content: ">";
}
.index-banner{
	position: relative;
}
.index-banner .bd li{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-banner .bd li img{
	width: 100%;
	overflow: hidden;
}
.index-banner .hd{
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.index-banner .hd li{
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ddd;
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}
.index-banner .hd li.on{
	background:#203375; 
}
.index-title {
	text-align: center;
}
.index-title h1,
.index-title h2{
	font-weight: bold;
	font-size: 30px;
	color: #203375;
	margin-bottom: 10px;
}
.index-title .jj{
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.index-pro{
	margin-top: 75px;
	margin-bottom: 60px;
}
.index-pro .main,
.index-gydz .main{
	margin-top: 40px;
}
.index-pro .main .hd{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.index-pro .main .hd li{
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-left: 20px;
	cursor: pointer;
	border-radius: 50%;
}
.index-pro .main .hd li.on{
	background: #203375;
}
.index-pro .main .bd li,
.index-gydz .main li{
	width: 453px;
	float: left;
	transition: .3s;
	margin-right: 20px;
}
.index-gydz .main li{
	margin-right: 0;
}
.index-gydz .main li~li{
	margin-left: 20px;
}
.index-pro .main li .img{
	height: 253px;
	position: relative;
	z-index: 2;
}
.index-pro .main li .img img{
	width: 100%;
	height: 100%;
}
.index-pro .main li .txt{
	text-align: center;
	background: #f7f5f5;
	transition: .3s;
	position: relative;
}
.index-pro .main li .txt:hover{
	background: #fff;
}
.index-pro .main li .txt .yuan{
	margin-top: -72px;
	z-index: 3;
}
.index-pro .main li .txt h4{
	font-weight: bold;
	font-size: 16px;
	color: #203375;
	margin-top: 25px;
	margin-bottom: 10px;
}
.index-pro .main li .txt .jj{
	font-size: 14px;
	width: 270px;
	color: #666;
	margin: 0 auto;
	line-height: 25px;
}
.index-pro-link{
	width: 107px;
	height: 33px;
	background: url(../img/index/index-pro-jt-left.png) no-repeat center bottom;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.index-pro .main .bd li:hover{
	box-shadow: 0 8px 15px rgba(0,0,0,0.2);
	transform: translateY(-2px);
}
.index-pro .main .bd li:hover .index-pro-link{
	background-color: #203375;
	background-position-y: center;
	background-image: url(../img/index/index-pro-jt-left-h.png);
}


.index-gydz{
	padding-top: 80px;
	padding-bottom: 105px;
	background: #f7f5f5;
}
.index-gydz .main li{
	position: relative;
}
.index-gydz .main li .img{
	overflow: hidden;
}
.index-gydz .main li:hover .img img{
	transform: scale(1.05);
}
.index-gydz .main li .txt{
	position: absolute;
	left: 48px;
	bottom: 48px;
	color: #fff;
}
.index-gydz .main li .txt h4{
	font-size: 72px;
	font-family: impact
}
.index-gydz .main li .txt h4 span{
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 10px;
}
.index-gydz .main li .txt .jj{
	font-size: 16px;
	opacity: 0.55;
	line-height: 25px;
}

.index-about>div{
	width: 50%;
	height: 800px;
	color: #fff;
}
.index-about .f-left{
	background: url(../img/index/index-about-img1.jpg) no-repeat;
	opacity: 1;
	transition: .3s;
}
.index-about .f-right .main{
	width: 100%;
	height: 100%;
	text-align: center;
}
.index-about .f-right .one{
	width: 100%;
	height: 50%;
	float: left;
	background: url(../img/index/index-about-img2.jpg) no-repeat;
	background-size: 100% 100%;
}
.index-about .f-right .two{
	width: 51.25%;
	height: 50%;
	float: left;
	background: url(../img/index/index-about-img3.jpg) no-repeat;
}
.index-about .f-right .three{
	width: 48.75%;
	height: 50%;
	float: left;
	background: url(../img/index/index-about-img4.jpg) no-repeat;
}
.index-about .f-left a{
	overflow: hidden;
}
.index-about .f-left .txt{
	width: 453px;
	margin-top: 25%;
	margin-left: calc(100% - 700px);
	color: #fff;
}
.index-about .f-left .txt h3{
	font-size: 26px;
}
.index-about .f-left .txt .jj{
	font-size: 16px;
	line-height: 35px;
	margin-top: 30px;
}
.index-about .f-left .txt .w-link{
	margin-top: 50px;
	font-size: 14px;
	line-height: 30px;
	opacity: 0.7;
	transition: .3s;
}
.index-about .f-left .txt .w-link:hover{
	opacity: 1;
}

.index-about .f-right .one .txt{
	margin-top: 15%;
	box-sizing: border-box;
	padding-left: 35px;

}
.index-about .f-right .one h3{
	font-size: 66px;
	font-family: impact;
	opacity: 0.7;
}
.index-about .f-right .one p{
	font-size: 24px;
	opacity: 0.7;
	
}
.index-about .f-right .two .txt,
.index-about .f-right .three .txt{
	margin-top: 15%;
	font-size: 24px;
	opacity: 0.7;
	transition: .3s;
}
.index-about .f-right .two .txt h3,
.index-about .f-right .three .txt h3{
	text-transform: uppercase;
	font-family: impact;
	margin-top: 40px;
}
.index-about .f-right li:hover div,
.index-about .f-right li:hover div h3,
.index-about .f-right li:hover div p{
	opacity: 1 !important;
}
.index-news{
	margin-top: 115px;
	margin-bottom: 100px;
}
.index-news .gsdt{
	width: 50%;
	padding-right: 38px;
	box-sizing: border-box;
}
.index-news .title h3{
	color: #666;
	font-size: 18px;
	font-family: "arial, helvetica, sans-serif";
	text-transform: uppercase;
	opacity: 0.5;
}
.index-news .title h2{
	font-size: 22px;
	color: #333;
	padding-top: 15px;
	position: relative;
}
.index-news .title h2 a{
	position: absolute;
	display: inline-block;
	color: #666;
	font-size: 14px;
	top: 5px;
	right: 0;
}
.index-news .title h2 a:hover{
	color:  #203375;
}
.index-news .gsdt .main{
	margin-top: 35px;
}
.index-news .gsdt .main a{
	overflow: hidden;
}
.index-news .gsdt .main .img{
	width: 100%;
	overflow: hidden;
	height: 260px;
}
.index-news .gsdt .main .img img{
	width: 100%;
	height: 100%;
}
.index-news .gsdt:hover .main .img img{
	transform: scale(1.05);
}
.index-news .gsdt .main .txt{
	margin-top: 35px;
}
.index-news .gsdt .main .txt h4{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	transition: .3s;
}
.index-news .gsdt .main .txt .jj{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	margin-top: 10px;
}
.index-news .gsdt:hover .main .txt h4{
	color: #203375;
}
.index-news .jsbk{
	width: 50%;
	box-sizing: border-box;
	padding-left: 39px;
}
.index-news .jsbk .main{
	margin-top: 20px;
}
.index-news .jsbk .main li{
	overflow: hidden;
	width: 100%;
}
.index-news .jsbk .main li a{
	padding-bottom: 30px;
	padding-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	width: 100%;
}
.index-news .jsbk .main li .time {
	display: inline-block;
	color: #666;
	font-family: arial;
}
.index-news .jsbk .main li .time .day{
	font-size: 44px;
	border-bottom: 2px solid #666;
	padding-bottom: 5px;
	
}
.index-news .jsbk .main li .time .year{
	font-size: 14px;
	margin-top: 8px;
}
.index-news .jsbk .main li .txt{
	margin-left: 30px;
	margin-top: 10px;
}
.index-news .jsbk .main li .txt h4{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	transition: .3s;
}
.index-news .jsbk .main li .txt .jj{
	font-size: 16px;
	color: #999;
	width: 570px;
}
.index-news .jsbk .main li:hover .txt h4{
	color: #203375;
}

.foot{
	background: #060a14;
	padding-top: 100px;
}
.foot-logo p{
	font-size: 22px;
	color: #fff;
	opacity: 0.55;
	margin-top: 5px;
}
.foot-nav{
	margin-left: 100px;
	width: 660px;
}
.foot-nav .main1 li{
	float: left;
	position: relative;
}
.foot-nav .main1 li~li{
	margin-left: 30px;
	padding-left: 30px;
}
.foot-nav .main1 li~li:before{
	content: '';
	width: 1px;
	height: 12px;
	background: #3e414a;
	position: absolute;
	top: 5px;
	left: 0;
}
.foot-nav .main1 li a{
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
}
.foot-nav .main1 li:hover a{
	opacity: 1;
	
}
.foot-nav .main2{
	margin-top: 30px;
}
.foot-nav .main2 a{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	margin-right: 15px;
	float: left;
	margin-bottom: 5px;

}
.foot-nav .main2 a:hover{
	opacity: 0.9;
}
.foot-tel{
	margin-right: 20px;
}
.foot-tel h4{
	font-size: 14px;
	opacity: 0.6;
	margin-bottom: 15px;
	color: #fff;
}
.foot-tel .tel{
	color: #1a67f9;
	font-size: 30px;
}
.foot-tel .zxzx{
	width: 100%;
	height: 50px;
	background: #203375;
	margin-top: 5px;
	box-sizing: border-box;
	padding-left: 113px;
	line-height: 50px;
	font-size: 14px;
	opacity: 0.7;
	color: #fff;
	position: relative;
	display: block;
}
.foot-tel .zxzx i{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 55px;
	background: url(../img/foot-tel-icon.png) no-repeat center;
}
.foot-tel .zxzx:hover{
	opacity: 1;
}
.foot .bold{
	font-size: 14px;
	/*font-weight: bold;*/
	margin-top: 40px;
	color: #fff;
}
.foot .bold span{
	opacity: 0.8;
	display: inline;
}
.foot-about{
	width: 100%;
	margin-top: 40px;
	padding-bottom: 30px;
	color: #999;
	
	font-size: 14px;
}
.foot-about a{
	display: inline-block;
	color: #999;
}
.foot-about .f-left a{
	margin-right: 20px;
}
.foot-about a:hover{
	color: #fff;
}
.about-banner{
	position: relative;
}
.about-banner .txt{
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	width: 100%;
	text-align: center;
}
.about-banner .txt h3{
	font-size: 32px;
	color: #fff;
	line-height: 50px;
}
.about-banner .txt .en{
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
}
.about-nav{
	text-align: center;
	height: 80px;
	width: 100%;
	background: #fff;
	box-shadow: -3px 5px 15px 5px #f3f3f3;
}
.about-nav li{
	width: 190px;
	height: 100%;
	line-height: 80px;
}
.about-nav li a{
	color: #666;
	width: 100%;
	height: calc(100% - 1px);
	font-size: 16px;
	position: relative;
	
}
.about-nav li.on a,
.about-nav li:hover a{
	color: #1a357b;
}
.about-nav li .sjx{
	height: 1px;
	background: #203375;
	width: 0%;
	margin: 0 auto;
	line-height: 1;
	float: none;
	display: block;
}
.about-nav li.on .sjx{
	width: 150px;
}
.about-gsgk{
	padding-top: 80px;
	background: #f7f7f7;
	padding-bottom: 40px;
}
.about-gsgk .f-left{
	position: relative;
	width: 50%;
}
.about-gsgk .f-left .img{
	width: 100%;
	overflow: hidden;
}
.about-gsgk .f-left:hover .img img{
	transform: scale(1.05);
}
.about-gsgk .f-left .txt{
	width: 186px;
	height: 80px;
	background: #203375;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 27px;
	position: absolute;
	bottom: 23px;
	right: -34px;
	color: #fff;
}
.about-gsgk .f-left .txt h3{
	font-size: 18px;
	margin-bottom: 5px;
}
.about-gsgk .f-left .txt h4{
	font-size: 14px;
}
.about-gsgk .f-right {
	width: 50%;
}
.about-gsgk .f-right .txt{
	width: 100%;
	box-sizing: border-box;
	padding-top: 80px;
	padding-left: 90px;
}
.about-gsgk .f-right .txt h3{
	font-size: 18px;
	color: #666;
}
.about-gsgk .f-right .txt .title{
	font-weight: bold;
	font-size: 30px;
	color: #203375;
	margin-bottom: 60px;
}
.about-gsgk .f-right .txt .jj{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-bottom: 30px;
}

.about-qywh{
	padding-top: 80px;
	background: url(../img/about/about-qywh-bg.jpg) no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding-bottom: 80px;
}
.about-title{
	text-align: center;
}
.about-title h3{
	font-size: 30px;
	font-weight: bold;
	color: #203375;
	margin-bottom: 27px;
}
.about-title p{
	color: #666;
	font-size: 16px;
	line-height: 22px;
}
.about-qywh .main{
	margin-top: 100px;
}
.about-qywh .main li{
	float: left;
	width: 80px;
	text-align: center;
}
.about-qywh .main li~li{
	margin-left: 270px;
}
.about-qywh .main li .txt {
	margin-top: 55px;
}
.about-qywh .main li .txt h4{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.about-qywh .main li .txt .en{
	font-size: 18px;
	font-family: arial;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.44;
	margin-top: 5px;
}
.about-qywh .main li .txt .jj{
	writing-mode: tb-rl;
	height: 115px;
	font-size: 16px;
	color: #666;
	margin: 15px auto 0;
	text-align: left;
}

.about-fzlc{
	padding-top: 80px;
	background: #f7f7f9 url(../img/about/about-fzlc-bg.jpg) no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding-bottom: 80px;
}
.about-fzlc .content{
	margin-top: 50px;
}
.about-fzlc .content .main1{
	width: 50%;
	position: relative;
	height: 500px;
	overflow: hidden;
}
.gdt{
	left: 121px !important;
	width: 1px !important;
	background: #c1c1c1 !important;
	top: 0;
	
}
.scrollDiv {
	width: 3px;
	position: absolute;
	top: 0;
	left: -1px;
	background: #203375;
	border-radius: 10px;
	cursor: pointer;
}
.about-fzlc .content .main1 li {
	width: 100%;
	cursor: pointer;
}
.about-fzlc .content .main1 ul{
	height: auto;
}
.about-fzlc .content .main1 li .time{
	font-size: 36px;
	color: #666;
	font-family: impact;
	margin-right: 40px;
	width: 80px;
	opacity: 0.55;
}
.about-fzlc .content .main1 li .txt{
	font-size: 15px;
	padding-bottom: 34px;
	position: relative;
	width: calc(100% - 120px);
	margin-bottom: 34px;
}
.about-fzlc .content .main1 li .txt .txt-main{
	/*height: 50px;*/
	padding-left: 37px;
	box-sizing: border-box;
}
.about-fzlc .content .main1 li .txt .txt-main p,
.about-fzlc .content .main1 li .txt .txt-main span{
	font-family: "microsoft yahei" !important;
}

.about-fzlc .content .main1 li .txt .xian{
	width: calc(100% - 40px);
	position: absolute;
	height: 1px;
	background: #e4e4e5;
	bottom: 0;
	right: 0;
}
.about-fzlc .content .main1 li .txt h4{
	color: #333;
	margin-top:3px;
}
.about-fzlc .content .main1 li .txt div{
	color: #666;
	margin-top: 5px;
}
.about-fzlc .content .main1 li.active .time{
	color: #203375;
	opacity: 1;
}
.about-fzlc .content .main1 li.active .txt-main{
	border-color: #203375;
}
.about-fzlc .content .main2{
	width: 626px;
	height: 470px;
	overflow: hidden;
}
.about-fzlc .content .main2 .img{
	padding: 20px;
	float: right;
	background: #fff;
	/*width: 626px !important;*/
	height: 470px;
	box-sizing: border-box;
	/*margin-right: 20px;*/
}
.about-fzlc .content .main2 img{
	width: 100%;
	height: 100%;
}
.about-ryzs{
	padding-top: 70px;
}
.about-ryzs-nav{
	text-align: center;
	position: relative;
}
.about-ryzs-nav li{
	padding-bottom: 13px;
	margin: 0 15px;
}
.about-ryzs-nav li a{
	font-size: 16px;
	color: #666;
}
.about-ryzs-nav li.active{
	border-bottom: 1px solid #000;
}
.about-ryzs-nav li.active a{
	color: #203375;
}
.about-ryzs .content{
	position: relative;
	height: 550px;
	margin-top: 40px;
}
.about-ryzs .content .about-ryzs-slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}
.about-ryzs .content .about-ryzs-slide .hd{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
.about-ryzs .content .about-ryzs-slide .hd li{
	margin: 0 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: -9999px;
	background: #e2e2e2;
	cursor: pointer;
}
.about-ryzs .content .about-ryzs-slide .hd li.on{
	background: #203375;
}
.about-ryzs .content .bd {
	padding-top: 10px !important;
}
.about-ryzs .content .bd li{
	width: 342px;
	text-align: center;
	transition: .3s;
	height: 500px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	margin-left: 10px;
	display: block;
	overflow: hidden;
}
.about-ryzs .content .bd li:nth-child(n+8){
	margin-left: 13px;
}
.about-ryzs .content .bd li:nth-child(15){
	margin-left: 10px;
}
.about-ryzs .content .bd li:hover{
	/*border-color: transparent;*/
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transform: translateY(-2px);
	
}
.about-ryzs .content .bd li a{
	width: 100%;
	height: 100%;
}
.about-ryzs .content .bd li .img{
	box-sizing: border-box;
	width: 100%;
	padding: 55px 30px 30px;
}
.about-ryzs .content .bd li h4{
	font-size: 16px;
	color: #666;
}
.about-service{
	padding-top: 80px;
}
.about-service .about-title p{
	line-height: 30px;
}
.about-service .img{
	text-align: center;
	padding-bottom: 70px;
}


.product-nav{
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.product{
	padding-top: 55px;
	background: #f7f7f7;
	padding-bottom: 60px;
}
.product .page{
	margin-top: 60px;
}
.product li{
	width: 100%;
	height: 460px;
	float: left;
	overflow: hidden;
}
.product li .p1,
.product li .p2{
	float: left;
	width: 50%;
	height: 100%;
}
.product li .p1{

}
.product li .p1 a{
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product li .p1 a img{
	max-width: 100%;
	/*max-height: 100%;*/
}
.product li .p1 a:hover img{
	transform: scale(1.05);
}
.product li .p2{
	background: #fff;
}
.product li .p2 .txt{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 90px;
	padding-left: 80px;
	padding-right: 50px;
}
.product li .p2 .txt h3{
	font-size: 18px;
	font-weight: bold;
	color: #203375;
	margin-bottom: 30px;
}
.product li .p2 .txt .jj{
	font-size: 15px;
	color: #666;
	box-sizing: border-box;
	padding-left: 78px;
	position: relative;
	line-height: 30px;
	min-height: 30px;
}
.product li .p2 .txt .jj span{
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
}
.product li .p2 .txt a{
	width: 120px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	color: #333;
	border: 1px solid #837f80;
	position: absolute;
	left: 80px;
	bottom: 55px;
	
}
.product li .p2 .txt a:hover{
	color: #fff;
	background: #203375;
	border-color: transparent;
}
.product li:nth-child(2n) .p1{
	float: right;
}
.product-more{
	text-align: center;
	margin: 40px auto 0;
	width: 200px;
	font-size: 18px;
	color: #666;
}
.product-more:hover{
	color: #203375;
}

.pro-del{
	background: #f7f7f7;
}
.pro-del-nav{
	padding-top: 30px;
	line-height: 30px;
	font-size: 16px;
}
.pro-del-nav a{
	display: inline-block;
}
.pro-del-nav a:hover{
	color: #203375;
}
.pro-del-nav span{
	color: #203375;
}
.pro-del-title{
	font-weight: bold;
	font-size: 30px;
	color: #203375;
	padding-bottom: 40px;
	text-align: center;
}
.pro-del-yybk{
	margin-top: 60px;
}
.pro-del-yybk .content>div{
	width: 50%;
	height: 460px;
}
.pro-del-yybk .content .f-left{
	text-align: center;
	/*background: #d0d0d0;*/
	position: relative;
}
.pro-del-yybk .content .f-left .bd{
	line-height: 460px;
	height: 460px;
}
.pro-del-yybk .content .f-left .bd li{
	width: 100%;
	height: 100%;
}
.pro-del-yybk .content .f-left .bd img{
	max-width: 100%;
	max-height: 100%;
}
.pro-del-yybk .content .f-left .bd li{
	width: 100%;
	height: 100%;
}
.pro-del-yybk .content .f-left .hd{
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
.pro-del-yybk .content .f-left .hd li{
	width: 10px;
	height: 10px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 50%;
}
.pro-del-yybk .content .f-left .hd li.on{
	background: #203375;
}
.pro-del-yybk .content .f-right .txt{
	box-sizing: border-box;
	padding-top: 100px;
	padding-left: 80px;
	width: 100%;
	height: 100%;
	background: #fff;
}
.pro-del-yybk .content .f-right .txt h3{
	font-size: 18px;
	color: #203375;
	margin-bottom: 25px;
}
.pro-del-yybk .content .f-right .txt .jj{
	width: 460px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.pro-del-yycp{
	margin-top: 60px;
	padding-bottom: 95px;
}
.pro-del-yycp .content li{
	width: 450px;
	/*height: 490px;*/
	background: #fff;
	vertical-align: top;
	transition: .3s;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pro-del-yycp .content li:hover{
	transform: translateY(-2px);
	box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
/*.pro-del-yycp .content li:nth-child(3n){
	margin-right: 0;
	}*/
	.pro-del-yycp .content li .img{
		width: 100%;
		/*height: 310px;*/
	}
	.pro-del-yycp .content li .img img{
		max-width: 100%;
		max-height: 100%;
		display: block;
	}
	.pro-del-yycp .content li .txt{
		border-top: 2px solid #f7f7f7;
		padding-top: 20px;
		box-sizing: border-box;
		padding-left: 30px;
		width: 100%;
	}
	.pro-del-yycp .content li .txt h3{
		font-size: 18px;
		color: #203375;
		padding-bottom: 20px;
		text-align: center;
	}
	.pro-del-yycp .content li .txt .main{
		margin-top: 10px;
	}
	.pro-del-yycp .content li .txt .main p{
		display: inline-block;
		min-width: 175px;
		margin-bottom: 10px;
	}
	.pro-del-yyjz{
		/*margin-top: 85px;*/
		background: #fff;
	}
	.pro-del-yyjz .pro-del-title{
		background: #f7f7f7;
	}
	.pro-del-yyjz .content{
		margin-top: 80px;
	}
	.pro-del-yyjz .content ul{
		width: 100%  !important;
	}

	.pro-del-yyjz .content li{
		box-sizing: border-box;
		width: 280px;
		padding-left: 65px;
		float: left;
		position: relative;
	}
	.pro-del-yyjz .content li~li{
		margin-left: 65px;
	}
	.pro-del-yyjz .content li~li:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 92px;
		background: #ecebeb;
	}
	.pro-del-yyjz .content li h3{
		font-weight: bold;
		font-size: 18px;
		color: #203375;
		margin-bottom: 20px;
	}
	.pro-del-yyjz .content li p{
		color: #666;
		font-size: 14px;
		line-height: 24px;	
	}
	.pro-del-yyjz .zx{
		height: 44px;
		text-align: center;
		margin-top: 115px;
		padding-bottom: 70px;
	}
	.pro-del-yyjz .zx .main{
		display: inline-block;
	}
	.pro-del-yyjz .zx a{
		font-size: 14px;
		color: #fff;
		height: 100%;
		width: 120px;
		background: #203375;
		margin-right: 27px;
		line-height: 44px;
		text-align: center;
		float: left;
	}
	.pro-del-yyjz .zx .txt{
		float: left;
		line-height: 1;
		text-align: left;
	}
	.pro-del-yyjz .zx .txt p{
		font-size: 14px;
		color: #666;
		display: none;
	}
	.pro-del-yyjz .zx .txt span{
		font-size: 30px;
		color: #203375;
		font-family: arial;
		line-height: 44px;
	}
	.pro-del-hzkh{
		width: 100%;
		height: 460px;
		background: url(../img/product/pro-del-hzkh-bg.jpg) no-repeat center;
		background-size: auto; 100%;
		box-sizing: border-box;
		padding-top: 100px;
	}

	.pro-del-hzkh .main1{
		width: calc(100% / 4);
		height: 240px;
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #203375;
	}
	.pro-del-hzkh .main1 .txt{
		color: #fff;

	}
	.pro-del-hzkh .main1 .txt h3{
		font-size: 30px;
		font-family: impact;
		line-height: 1;
	}
	.pro-del-hzkh .main1 .txt h4{
		font-weight: bold;
		font-size: 18px;
	}
	.pro-del-hzkh .main2{
		width: calc(100% / 4 * 3);
		height: 240px;
		float: left;
		background: #fff;
	}
	.pro-del-hzkh .main2 ul{
		width: 100%;
		height: 100%;
	}
	.pro-del-hzkh .main2 li{
		width: calc(100% / 3);
		float: left;
		height: 100%;
		line-height: 240px;
		box-sizing: border-box;
	}
	.pro-del-hzkh .main2 li~li{
		border-left: 1px solid #d1ccc8;
	}

/*
.pro-del-hzkh .pro-del-title{
	color: #fff;
	padding-bottom: 50px;
}
.pro-del-hzkh .bd{
	height: 300px;
}
.pro-del-hzkh .bd li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	background: #fff;
	height: 150px;
	border: 1px solid #ddd;
}
.pro-del-hzkh .bd li:not(:nth-child(4n-3)){
	border-left: 0;
}
.pro-del-hzkh .bd li:nth-child(8n-3),
.pro-del-hzkh .bd li:nth-child(8n-2),
.pro-del-hzkh .bd li:nth-child(8n-1),
.pro-del-hzkh .bd li:nth-child(8n){
	border-top: 0;
}

.pro-del-hzkh .bd li img{
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}
.pro-del-hzkh .hd{
	text-align: center;
	margin-top: 70px;
}
.pro-del-hzkh .hd li{
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e2e2e2;
	margin: 0 5px;
}
.pro-del-hzkh .hd li.on{
	background: #203375;
	}*/


	.pro-der-ly{
		background: #f7f7f7;
	}
	.contact-ly{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.contact-ly h3{
		font-size: 28px;
		color: #203375;
		text-align: center;
		font-weight: bold;
	}
	.contact-ly .input-main{
		padding-top: 40px;
	}
	.contact-ly .input-main li{
		width: 450px;
		height: 60px;
		float:left;
	}
	.contact-ly .input-main li~li{
		margin-left: 25px;
	}
	.contact-ly .input-main li input{
		width: 100%;
		height: 100%;
		border: 1px solid #a0a0a0;
		box-sizing: border-box;
		line-height: 60px;
		padding-left: 25px;
		font-size: 14px;
	}
	.contact-ly .text{
		width: 100%;
		height: 410px;
		margin-top: 20px;
	}
	.contact-ly .text textarea{
		width: 100%;
		height: 100%;
		border: 1px solid #a0a0a0;
		box-sizing: border-box;
		display: block;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 14px;
		padding-top: 15px;
		line-height: 30px;
	}
	.contact-ly .center{
		text-align: center;
		background: #203375;
		width: 100%;
		margin: 30px auto 0;
	}
	.com-submit {
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background: transparent;
		font-family: "microsoft yahei";
	}
	.com-submit:hover{
		box-shadow: 0 0 15px #666;
	}

	.custom-gytd{
		padding-top: 70px;
		background: #f7f7f7;
		padding-bottom: 80px;
	}
	.pro-del-title .jj{
		font-size: 16px;
		color: #666;
		font-weight: initial;
		line-height: 24px;
		margin-top: 15px;
	}
	.custom-gytd .content{
		height: 540px;
		position: relative;
	}
	.custom-gytd .hd {
		width: 250px;
		background: #fff;
		height: 100%;
		box-sizing: border-box;
		padding: 0 58px;
		display: block;
		float: left;
	}
	.custom-gytd .hd li{
		background: #fff;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		cursor: pointer;
	}
	.custom-gytd .hd li.on:before{
		content: '';
		position: absolute;
		top: 60%;
		right: -5px;
		width: 0px;
		height: 0px;
		border-left: 10px solid #203375;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.custom-gytd .hd li .icon{
		height: 50px;
	}
	.custom-gytd .hd li:nth-child(1){
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.custom-gytd .hd li:nth-child(2){
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.custom-gytd .hd li:nth-child(3){
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.custom-gytd .hd li:nth-child(4){
		padding-top: 30px;
	}
	.custom-gytd .hd li:nth-child(1) .icon i{
		width: 31px;
		height: 35px;
		background: url(../img/custom/custom-gytd-icon1.png) no-repeat left top;
	}
	.custom-gytd .hd li:nth-child(1).on .icon i{
		background-position-y: -35px;
	}
	.custom-gytd .hd li:nth-child(2) .icon i{
		width: 36px;
		height: 29px;
		background: url(../img/custom/custom-gytd-icon2.png) no-repeat left top;
		transition: .3s;
	}
	.custom-gytd .hd li:nth-child(2).on .icon i{
		background-position-y: -29px;
	}
	.custom-gytd .hd li:nth-child(3) .icon i{
		width: 29px;
		height: 30px;
		background: url(../img/custom/custom-gytd-icon3.png) no-repeat left top;
		transition: .3s;
	}
	.custom-gytd .hd li:nth-child(3).on .icon i{
		background-position-y: -30px;
	}
	.custom-gytd .hd li:nth-child(4) .icon i{
		width: 28px;
		height: 28px;
		background: url(../img/custom/custom-gytd-icon4.png) no-repeat left top;
		transition: .3s;
	}
	.custom-gytd .hd li:nth-child(4).on .icon i{
		background-position-y: -28px;
	}
	.custom-gytd .hd li h3{
		font-size: 16px;
		color: #666;
	}
	.custom-gytd .hd li.on h3{
		color: #203375;
	}
	.custom-gytd .hd li~li{
		border-top: 1px solid #e8e8e8;
	}
	.custom-gytd .bd{
		width: 1150px;
		float: left;
		height: 100%;
	}
	.custom-gytd .bd li{
		width: 100%;
		height: 540px;
	}
	.custom-gytd .bd li img{
		width: 100%;
		height: 100%;
	}
	.custom-gytd .num-page{
		position: absolute;
		bottom: 40px;
		right: 50px;
		font-size: 14px;
		color: #333;
	}
	.custom-gytd .num-page span{
		font-size: 18px;
	}

	.custom-dznl{
		margin-top: 70px;
		margin-bottom: 80px;
	}
	.custom-dznl .content{
		text-align: center;
	}
	.custom-dznl .content li{
		display: inline-block;
		width: 270px;
		vertical-align: top;
	}
	.custom-dznl .content li~li{
		margin-left: 190px;
	}
	.custom-dznl .content li .icon{
		margin-bottom: 30px;
		height: 85px;
		line-height: 85px;
	}
	.custom-dznl .content li h3{
		color: #203375;
		font-size: 22px;
		margin-bottom: 30px;
	}
	.custom-dznl .content li .jj{
		color: #666;
		font-size: 14px;
		line-height: 25px;
	}
	.custom-fwys{
		background: #F7F7F7;
		padding-top: 90px;
	}
	.custom-fwys .content li{
		width: calc(50% - 80px);
		float: left;
		margin-bottom: 60px;
	}
	.custom-fwys .content li:nth-child(2n){
		margin-left: 160px ;
	}
	.custom-fwys .content li h4{
		font-size: 18px;
		color: #333;
		text-align: center;
		margin-top: 35px;
	}
	.custom-fwys .content li .img{
		width: 620px;
		height: 428px;
	}
	.custom-fwys .content li .img img{
		filter: grayscale(100%); 
		filter: gray; 
		width: 100%;
		height: 100%;
	}
	.custom-fwys .content li:hover .img img{
		filter: grayscale(0%);
	}

	.custom-zmpp{
		background: #F7F7F7;
		padding-top: 40px;
	}
	.custom-zmpp .pro-del-title{
		padding-bottom: 60px;
	}
	.custom-zmpp .content li{
		float: left;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.custom-zmpp .content li:nth-child(1){
		width: 50%;
		height: 646px;
	}
	.custom-zmpp .content li:nth-child(n+2){
		width: 25%;
		height: calc(646px / 2);
	}
	.custom-zmpp .content li img{
		width: 100%;
		height: 100%;
	    display: block;
		transform: scale(1.01);
		/*filter: grayscale(100%);*/
	}
	.custom-zmpp .content li:hover img{
		/*filter: grayscale(0%);*/
		transform: scale(1.05);
	}
	.custom-zmpp .content li .shadow{
		width: 40%;
		height: 40%;
		position: absolute;
		top: 30%;
		left: 30%;
		background: rgba(33,62,130,0.8);
		opacity: 0;
		transition: .3s;
		display: flex;
		align-items: center;
		justify-content: center;
		display: none;
	}

	.custom-zmpp .content li:hover .shadow{
		opacity: 1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.custom-zmpp .content li .shadow h4{
		font-size: 18px;
		color: #fff;
		line-height: 30px;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		width: 80%;

	}
	.case{
		padding-top: 50px;
		background: #f7f7f7;
		padding-bottom: 50px;
	}

	.case .content{
		background: #fff;
		padding-top: 60px;
		box-sizing: border-box;
		padding: 60px 30px 35px;
		margin-bottom: 30px;
	}
	.case .content:last-child{
		margin-bottom: 0;
	}
	.case .content .case-title{
		margin-bottom: 55px;
	}
	.case .content .case-title .icon{
		display: block;
		float: left;
		margin-right: 20px;
	}
	.case .content .case-title h2{
		font-size: 24px;
		color: #203375;
		line-height: 1;
		margin-bottom: 7px;
	}
	.case .content .case-title .en{
		font-size: 12px;
		color: #666;
		font-family: arial;
		text-transform: uppercase;
	}
	.case .content .case-slide{
		overflow: hidden;
	}
	.case .content .bd {
		height: 357px;
	}
	.case .content .bd li{
		width: 430px;
		float: left;
		margin-right: 26px;
		display: block;
		height: 357px;
		overflow: hidden;
		position: relative;
	}
	.case .content .bd li .shadow{
		position: absolute;
		bottom: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(33,62,130,0.8);
		transition: .3s;
	}
	.case .content .bd li .shadow .txt{
		width: 272px;
		color: #fff;
		line-height: 24px;
		margin: 20% auto 0;
	}
	.case .content .bd li:hover .shadow{
		bottom: 0;
	}
	.case .content .bd li .img{
		height: 287px;
		line-height: 285px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.case .content .bd li .img img{
		max-height: 100%;
		max-width: 100%;
	}
	.case .content .bd li h3{
		font-size: 16px;
		color: #666;
		line-height: 50px;
		text-align: center;
	}
	.case .content .hd{
		text-align: center;
		margin-top: 20px;
	}
	.case .content .hd li{
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin: 0 5px;
		text-indent: -9999px;
		background: #e2e2e2;

	}
	.case .content .hd li.on{
		background: #203375;
	}

	.news{
		background: #F7F7F7;
		padding-top: 55px;
		padding-bottom: 30px;
	}
	.news .content1{
		width: 955px;
	}
	.news .content1 .page{
		margin: 20px 0;
	}
	.news .content1 li{
		width: 100%;
		background: #fff;
		margin-bottom: 20px;
		box-sizing: border-box;
		padding-left: 47px;
		padding-right: 65px;
		padding-top: 60px;
		padding-bottom: 48px;
	}
	.news2 .content1 li a .more,.news2 .content1 li a .jj{
		display: none;
	}
	.news2 .content1 li{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-right:95px;
	}
	.news2 .content1 li a .time{
		position: absolute;
		top: -2px;
		right: -85px;
		margin-bottom: 0px;
		line-height: 21px;

	}
	.news2 .content1 li:before{
		content: '';
	    position: absolute;
	    top: 16px;
	    left: 24px;
	    width: 0px;
	    height: 0px;
	    border-left: 10px solid #000;
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid transparent;
	}
	.news .content1 li a{
		width: 100%;
		height: 100%;
	}
	.news .content2{
		width: 428px;
		background: #fff;
	}
	.news .content1 li a h3{
		font-weight: bold;
		font-size: 16px;
		color: #203375;
	}
	.news .content1 li a .time{
		font-size: 14px;
		color: #666;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.news .content1 li a .img{
		/*width: 843px;*/
		display: none;
		height: 333px;
		overflow: hidden;
	}
	.news .content1 li a .img img{
		width: 100%;
		height: 100%;
	}
	.news .content1 li:hover a .img img{
		transform: scale(1.05);
	}
	.news .content1 li a .jj{
		font-size: 14px;
		color: #666;
		width: 609px;
		line-height: 25px;
		margin-top: 15px;
	}
	.news .content1 li a .more{
		font-size: 14px;
		color: #203375;
		float: right;
		padding: 0 15px;
		margin-top: 25px;
	}

	.news .content2{
		box-sizing: border-box;
		padding-left: 58px;
		padding-top: 50px;
		padding-right: 40px;
		padding-bottom: 30px;
	}
	.news .content2 .news-title{
		color: #333;
		font-size: 18px;
		margin-bottom: 50px;
	}
	.news .content2 .main li{
		padding-left: 20px;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		line-height: 1;
		margin-bottom: 45px;
	}
	.news .content2 .main li:before{
		content: '';
		position: absolute;
		top: 2px;
		left: 0px;
		width: 0px;
		height: 0px;
		border-left: 10px solid #000;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	.news .content2 .main li h3{
		font-size: 14px;
		color: #203375;
		margin-bottom: 15px;
	}
	.news .content2 .main li .jj{
		color: #666;
		font-size: 14px;
	}

	.contact .content1{
		margin-top: 90px;
		text-align: center;
		margin-bottom: 40px;
	}
	.contact .content1 h2{
		font-size: 28px;
		color: #203375;
		font-weight: bold;
		margin-bottom: 45px;
	}
	.contact .content1 .main1{
		margin-bottom: 65px;
	}
	.contact .content1 .main1 li{
		width: calc(50% - 10px);
		height: 300px;
		float: left;
		box-sizing: border-box;
		background: #f5f5f5;
		padding-left: 50px;
	}
	.contact .content1 .main1 li~li{
		margin-left: 20px;
	}
	.contact .content1 .main1 li .title{
		width: auto;
		height: 100%;
		padding-top: 100px;
		box-sizing: border-box;
	}
	.contact .content1 .main1 li .title .icon{
		height: 112px;
		width: 112px;
		align-items: center; 
		justify-content: center;
		display: flex;
		color: #203375;
		font-size: 24px;
		background: url(../img/contact/contact-quan.png) no-repeat center;
	}
	.contact .content1 .main1 li .txt {
		box-sizing: border-box;
		padding-top: 80px;
		padding-left: 48px;
		text-align: left;
	}
	.contact .content1 .main1 li .txt h3{
		font-size: 14px;
		font-weight: bold;
		color: #333;
		margin-bottom: 20px;
	}
	.contact .content1 .main1 li .txt .jj{
		line-height: 28px;
		color: #898989;
		font-weight: bold;
	}
	.contact .map{
		height: 520px;
		width: 1400px;
		overflow: hidden;
	}
	.contact .map img{
		transition: auto;
	}
	.BMapLib_SearchInfoWindow{
		background: #fff;
		width: 420px !important;
		box-sizing: border-box;
		padding: 20px 40px;
		height: auto !important;
		border: 1px solid rgb(153, 153, 153);
		position: absolute;

	}
	.BMapLib_SearchInfoWindow .BMapLib_bubble_top{
		display: none;
	}
	.contact .map .BMapLib_SearchInfoWindow .BMapLib_bubble_content{
		height: auto !important;
	}
	.contact .map .BMapLib_SearchInfoWindow .BMapLib_trans{
		position: absolute;
	}
	.contact .map-main p{
		box-sizing: border-box;
		padding-left: 75px;
		position: relative;
		line-height: 30px;
		font-size: 14px;
		color: #666;
	}
	.contact .map-main p span{
		position: absolute;
		top: 0;
		left: 0;
		font-weight: bold;
	}
	.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
		font-weight: bold;
	}

	.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
		height: 64px!important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		opacity: 0.55;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		opacity: 0.55;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		opacity: 0.55;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		opacity: 0.55;
	}
	.page{
		text-align: center;
	}
	.page a,
	.page span{
		width: 35px;
		height: 100%;
		background: #aaa;
		color: #fff;
		line-height: 45px;
		text-align: center;
		font-size: 14px;
		display: inline-block;
		margin: 0 10px;
		transition: .3s;
	}
	.page .current, .page a:hover{
		background: #203375;
		color: #fff;
	}
	.page .prev,
	.page .prev_disabled,
	.page .next,
	.page .next_disabled{
		width: 60px;
		color: #666;
		background: transparent;
	}
	.page .prev:before, .page .prev_disabled:before {
		content: "上一页";
		font-family: "microsoft yahei";
	}
	.page .next:before, .page .next_disabled:before {
		content: "下一页";
		font-family: "microsoft yahei";
	}

	.com-width {width: 1200px;margin: 0 auto;padding-bottom: 80px;}
	.cate-position {height: 50px;color: #999;line-height: 50px;}
	.cate-position a { color: #999;display: inline-block;}
	.cate-position a:hover{color: #203375;}
	.icon-eye{position: relative; top: -2px; display: inline-block; vertical-align: middle; width: 21px; height: 11px; background: url(../img/eye.png) no-repeat center;}
	/*左侧*/
	.news-show-left{float: left; margin: auto; width: 800px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
	.news-show-left .news-title{padding: 40px 20px; padding-bottom: 20px;border-top: 1px #f1f1f1 solid; text-align: center;line-height: 1.5;}
	.news-show-left .news-title .tit{padding-bottom: 10px; color: #333;font-weight: normal;font-size: 24px;}
	.news-show-left .news-title p{padding-bottom: 10px;border-bottom: 1px solid #F0F2F5; color: #a3afb7;font-size: 14px;}
	.news-show-left .news-title p a{color: #a3afb7;}
	.news-show-left .news-views{overflow: hidden;margin: 40px 20px 20px; margin-top: 0;min-height: 600px; color: #666; font-size: 14px; line-height: 25px;}
	.news-show-left .news-views p{margin-bottom: 10px;}
	.news-show-left .news-views img{max-width: 100%;}
	.news-show-left .news-other{padding: 20px 15px; border-top: 1px #f1f1f1 solid;}
	.news-show-left .news-other p{display: block;padding-left:3px; height: 40px;line-height: 40px;}
	.news-show-left .news-other p a{color: #333;font-size: 14px;}
	.news-show-left .news-other p a:hover{color: #BB3E46;}
	.news-show-left .share-bar{padding: 20px;}
	/*右侧*/
	.news-show-right{float: right; width: 370px;}
	.news-show-right dl{display: block; margin-top: 0; margin-bottom: 20px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
	.news-show-right dl dt{position: relative;display: block; height: 42px; border-bottom: 1px #f1f1f1 solid; line-height: 42px;}
	.news-show-right dl.tab dt{padding-left: 20px;height: 42px;border-top: 1px #f1f1f1 solid;color: #1d1d1d; font-size: 18px; line-height: 42px;}
	.news-show-right dl.tab dd{position: relative;}
	.news-show-right dl.tab dd ul{display: block; padding: 0 20px;}
	.news-show-right dl.tab dd ul li{display: block; padding: 15px 0; border-bottom: 1px #f1f1f1 solid;}
	.news-show-right dl.tab dd ul li .pic{position: relative; overflow: hidden; margin-right: 20px; width: 60px; height: 60px; text-align: center; font-size: 0; line-height: 60px;}
	.news-show-right dl.tab dd ul li .pic img {}
	.news-show-right dl.tab dd ul li h5{display: block; overflow: hidden; padding-top: 4px; padding-bottom: 10px; color: #333; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 20px;}
	.news-show-right dl.tab dd ul li h5 a{color: #333;}
	.news-show-right dl.tab dd ul li h5 a:hover{color: #203375;}
	.news-show-right dl.tab dd ul li .news-cate{color: #999;}
	.news-show-right dl.tab dd ul li i{float: left;color: #999;font-size: 12px;}
	.news-show-right dl.tab dd ul li em{float: right; padding-left: 25px; background: url(../img/eye.png) no-repeat left center; color: #999; font-style: normal; font-size: 12px;min-width: 50px;}
	.news-show-right dl.tab dd .more{position: relative; top: -1px; height: 45px; border-top: 1px #f1f1f1 solid;color: #333; text-align: center; line-height: 45px;}
	.news-show-right dl.tab dd .more a{position: relative;display: inline-block; color: #333;}
	.news-show-right dl.tab dd .more a b{margin-left: 5px;font-family: "宋体";-webkit-transition: transform .3s;-o-transition: transform .3s;transition: transform .3s;}
	.news-show-right dl.tab dd .more a:hover b{-webkit-transform: translateX(5px);-o-transform: translateX(5px);transform: translateX(5px);-ms-transform: translateX(5px);}
	.news-show-right dl.tab dd .more a:hover{color: #BB3E46;}
	.news-show-right dl.list dt{padding-left: 20px; color: #333; font-size: 18px;}
	.news-show-right dl.tab dt a{display: table-cell;width: 33%; height: 42px; color: #009A62; text-align: center; font-size: 18px; line-height: 42px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out;}
	.news-show-right dl.list dt a b{position: relative; top: -1px; display: inline-block; overflow: hidden; margin-left: 2px;width: 15px; height: 15px; background-position: 0 -64px; vertical-align: middle;}
	.news-show-right dl.list dd ul{display: block; padding: 20px;}
	.news-show-right dl.list dd ul li{display: block; overflow: hidden;padding-bottom: 12px; text-overflow: ellipsis; white-space: nowrap;}
	.news-show-right dl.list dd ul li a{color: #333; font-size: 14px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}
	.news-show-right dl.list dd ul li a:hover{color: #203375;}
	.gr-page-other{margin-top: 15px; padding-top: 10px; padding-bottom: 10px; border-top: 1px dotted #ddd; border-bottom: 1px dotted #ddd;}
	.gr-product-content .gr-page-other{border-color: #E4EAEC;}
	.gr-page-other p{line-height: 26px;display: inline-block;}
	.gr-back-btn{cursor: pointer; margin-top: 6px; width: 125px; height: 40px; background-color: #999; color: #fff!important; text-align: center; font-size: 14px; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;float: right;}
	.gr-back-btn:hover{background: #203375;}
	.gr-page-other p a{display: inline-block;}
	.gr-page-other p a:hover{color: #203375;}
	.news-case {padding: 20px;}
	.news-case .gr-case-list {width: 100%;}
	.news-case .gr-case-list li,.news-case .gr-case-list li .pic {float: none;width: 100%;height: auto;}
	.news-show-left .news-views iframe{
		width: 100%;height: 500px;
	}

	#top {
		position: fixed;
		z-index: 999999;
		right: 15px;
		width: 50px;
		height: 50px;
		bottom: 30px;
		opacity: 0.9;
		background: #999 url(../img/kefu-top.png) no-repeat center;
		transition: .3s;
		cursor: pointer;
	}
	#top:hover{
		background-color: #203375;
	}


	.about-khjz .content {

		overflow: hidden;

		font-size: 0;

		padding-top: 30px;

	}

	

	.about-khjz .content li {

		width: 685px;

		height: 230px;

		display: block;

		float: left;

		box-sizing: border-box;

		border: 1px solid #ddd;

		padding: 20px;

		margin-bottom: 30px;

		background: #f8f8f8;

	}

	

	.about-khjz .content li:nth-child(2n-1) {

		margin-right: 30px;

	}

	

	.about-khjz .content li>div,

	.about-khjz .content li>a>div {

		float: left;

	}

	

	.about-khjz .content .img {

		width: 270px;

		height: 180px;

		background: #fff;

		text-align: center;

		display: flex;

		align-items: center;

		justify-content: center;

		overflow: hidden;

	}

	

	.about-khjz .content img {

		max-width: 100%;
		transition: .3s;

	}
	.about-khjz .content li:hover img{
		transform: scale(1.1);
	}

	

	.about-khjz .content .txt {

		padding-left: 30px;

		padding-top: 20px;

		color: #333;

		font-size: 16px;

		line-height: 30px;

		width: 360px;

		box-sizing: border-box;

	}

	.about-khjz .content li:hover h3{
		color: #203375;
	}

	.about-khjz .content .txt h3 {

		color: #333;

		font-size: 28px;

		line-height: 1;

		margin-bottom: 35px;

		font-weight: initial;

		letter-spacing: 3px;
		transition: .3s;
	}

	.about-khjz .content .txt p{
		margin-bottom: 10px;
	}

	.about-khjz .content .txt span {

		color: #6C6C6C;

		display: inline;

	}

	

	.about-khjz .content2 {

		font-size: 0;

		padding-top: 60px;

		overflow: hidden;

	}

	

	.about-khjz .content2 li {

		width: 335px;

		height: 205px;

		display: block;

		margin-right: 20px;

		margin-bottom: 20px;

		float: left;

		transition: .3s;

		box-sizing: border-box;

	}

	

	.about-khjz .content2 li:nth-child(4n) {

		margin-right: 0;

	}

	

	.about-khjz .content2 .img {

		width: 100%;

		height: 160px;

		display: flex;

		align-items: center;

		justify-content: center;

		border: 1px solid #ddd;

		box-sizing: border-box;

		overflow: hidden;

		transition: .3s;

	}
	.about-khjz .content2 li:hover{
		transform: translateY(-2px);
	}
	.about-khjz .content2 li:hover .img{
		box-shadow: 0px 3px 3px 1px #ccc;
	}
	
	.about-khjz .content2 li:hover h4{
		color: #203375;
	}
	.about-khjz .content2 li h4 {

		font-size: 20px;

		color: #333;

		line-height: 1;

		text-align: center;

		padding-top: 20px;
		transition: .3s;

	}

	

	.about-khjz .more {

		height: 60px;

		display: block;

		background: #f2f2f2;

		color: #0f0f45;

		line-height: 60px;

		text-align: center;

		font-size: 20px;

		margin-top: 50px;

		font-weight: bold;

		letter-spacing: 2px;

		transition: .3s;

		margin-bottom: 40px;

	}
	.about-khjz .more:hover{
		color: #fff;
		background: #203375;

	}

#kefu{
	position: fixed;
	top: 40%;
	right: 0;
	width: 70px;
	z-index: 999;
}	
#kefu li{
	width: 70px;
	height: 84px;
	background: #9e9fa1;
	box-sizing: border-box;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: relative;
	transition: .3s;
}
#kefu li:hover{
	width: 80px;
	margin-left: -10px;
}
#kefu li a{
	padding-top: 10px;
	box-sizing: border-box;
	color: #fff;
}
#kefu li:hover{
	background: #2b4295;
}
#kefu li.tel{
	padding-top: 10px;
	overflow: hidden;
}
#kefu li~li{
/*	border-top: 1px solid #dddada;*/
}
#kefu li .img{
	line-height: 40px;
}
#kefu li p{
	margin-top: 5px;
}
#kefu #top2{
	position: relative;
	bottom: 0;
	right: 0;
	padding-top: 10px;
	cursor: pointer;
}
#kefu .tel-main{
	position: absolute;
	top: 0;
	left: 70px;
	width: 170px;
	height: 100%;
	background: #9e9fa1;
	box-sizing: border-box;
	padding-right: 12px;
	padding-top: 15px;
	/*text-align: right;*/
	color: #fff;
	transition: .3s;
}
#kefu .tel-main p{
	font-size: 14px;
}
#kefu .tel-main h5{
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	margin-top: 13px;
}
/*#kefu li.tel{
	margin-left: -170px;
	width: 240px;
	background: #9e9fa1;
}*/
#kefu li.tel .img,
#kefu li.tel>p{
	position: relative;
	z-index: 2;
	width: 70px;
}
#kefu li.tel:hover{
	margin-left: -170px;
	width: 240px;
	/*background: #9e9fa1;*/
}
#kefu li.tel:hover .tel-main{
	background: #2b4295;
}
.yqlj{
	margin-top: 40px;
	padding-bottom: 50px;
}
.yqlj .txt {
	margin-right: 48px;
	width: 67px;
}
.yqlj .txt span{
	display: block;
	margin-top: 8px;
}
.yqlj .main{
	width:calc(100% - 120px);
	line-height: 24px;
}
.yqlj .main a{
	display: inline-block;
	margin-right: 15px;
}
.yqlj .main a:hover{
	color: #203375;
}
/*促发色 #203375*/